home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / chip-cd_2005_03d.zip / 03d / Multimedia / UFRaw 0.3 / ufraw-0.3-setup.exe / install_script.iss
Text File  |  2005-01-23  |  3KB  |  57 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=UFRaw
  5. AppVerName=UFRaw 0.3
  6. AppId=UFRaw
  7. AppPublisher=Udi Fuchs
  8. AppPublisherURL=http://ufraw.sourceforge.net/
  9. AppSupportURL=http://ufraw.sourceforge.net/
  10. AppUpdatesURL=http://ufraw.sourceforge.net/
  11. DefaultDirName={reg:HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinGimp-2.0_is1,InstallLocation|{pf}\UFRaw}
  12. DefaultGroupName={reg:HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinGimp-2.0_is1,Inno Setup: Icon Group|UFRaw}
  13. UninstallDisplayIcon={app}\bin\ufraw.exe
  14. OutputBaseFilename=ufraw-0.3-setup
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\bin\ufraw.exe"; DestDir: "{app}\bin"; Flags: ignoreversion 
  23. Source: "{app}\lib\gimp\2.0\plug-ins\ufraw-gimp.exe"; DestDir: "{app}\lib\gimp\2.0\plug-ins"; Flags: ignoreversion 
  24.  
  25. [Run]
  26. Filename: "{app}\bin\ufraw.exe"; Description: "{cm:LaunchProgram,UFRaw}"; Flags: postinstall skipifsilent nowait
  27.  
  28. [Icons]
  29. Name: "{group}\UFRaw"; Filename: "{app}\bin\ufraw.exe"; 
  30. Name: "{userdesktop}\UFRaw"; Filename: "{app}\bin\ufraw.exe"; Tasks: desktopicon; 
  31. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\UFRaw"; Filename: "{app}\bin\ufraw.exe"; Tasks: quicklaunchicon; 
  32.  
  33. [Tasks]
  34. Name: "unplug"; Description: "Attempt to delete old versions of the UFRaw plug-in that were installed in the user's folders. This option only deletes ufraw-gimp.exe from the current user folders. You should make sure that there are no other copies of ufraw-gimp.exe in any of the user's folders that wish to use the new version of the UFRaw plug-in."; GroupDescription: "Delete previous versions:"; 
  35. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  36. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  37.  
  38. [InstallDelete]
  39. Type: files; Name: "{%USERPROFILE}\.gimp-2.0\plug-ins\ufraw-gimp.exe"; Tasks: unplug; 
  40. Type: files; Name: "{%USERPROFILE}\.gimp-2.2\plug-ins\ufraw-gimp.exe"; Tasks: unplug; 
  41.  
  42. [CustomMessages]
  43. default.NameAndVersion=%1 version %2
  44. default.AdditionalIcons=Additional icons:
  45. default.CreateDesktopIcon=Create a &desktop icon
  46. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  47. default.ProgramOnTheWeb=%1 on the Web
  48. default.UninstallProgram=Uninstall %1
  49. default.LaunchProgram=Launch %1
  50. default.AssocFileExtension=&Associate %1 with the %2 file extension
  51. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  52.  
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "default"; MessagesFile: "embedded\default.isl"; 
  57.